home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / -I-Sight / 00112.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  277 b   |  13 lines

  1. on exitFrame
  2.   global firstTimeIn, targetBasket
  3.   set firstTimeIn to "yes"
  4.   repeat with n = 1 to 27
  5.     if the puppet of sprite n = 1 then
  6.       set the puppet of sprite n to 0
  7.     end if
  8.   end repeat
  9.   puppetSound("croak")
  10.   cursor(200)
  11.   set targetBasket to "no basket"
  12. end
  13.